Skip to content

fix: bump iOS runtime to 6.17.0 and Android to 11.2.1#182

Merged
mfazekas merged 1 commit into
mainfrom
fix/bump-ios-android-runtime
Mar 19, 2026
Merged

fix: bump iOS runtime to 6.17.0 and Android to 11.2.1#182
mfazekas merged 1 commit into
mainfrom
fix/bump-ios-android-runtime

Conversation

@mfazekas
Copy link
Copy Markdown
Collaborator

@mfazekas mfazekas commented Mar 16, 2026

Summary

  • iOS 6.17.0: Fixes offscreen-settled animations becoming stale when returning onscreen (the reported stale animation issue). Also fixes text incorrectly advancing with some system font-backed fallback fonts.
  • Android 11.2.1: Removes debug symbols that were leaking into release builds since 11.0.0, reducing APK/AAB size for apps without NDK symbol stripping configured.

Fixes #164

@mfazekas mfazekas force-pushed the fix/bump-ios-android-runtime branch from 0c17fc6 to 0a1fdee Compare March 16, 2026 15:18
iOS 6.17.0 fixes offscreen-settled animations becoming stale when
returning onscreen, and fixes text incorrectly advancing with some
system font-backed fallback fonts.

Android 11.2.1 removes debug symbols that were leaking into release
builds (introduced in 11.0.0), reducing APK/AAB size for apps without
NDK stripping configured.
@mfazekas mfazekas force-pushed the fix/bump-ios-android-runtime branch from 0a1fdee to 8703449 Compare March 16, 2026 15:27
@mfazekas mfazekas enabled auto-merge (squash) March 16, 2026 19:19
@mfazekas mfazekas requested a review from HayesGordon March 16, 2026 19:19
Copy link
Copy Markdown
Contributor

@HayesGordon HayesGordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mfazekas mfazekas merged commit a7ca079 into main Mar 19, 2026
9 checks passed
@mfazekas mfazekas deleted the fix/bump-ios-android-runtime branch March 19, 2026 16:11
mfazekas pushed a commit that referenced this pull request Mar 20, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.3.1](v0.3.0...v0.3.1)
(2026-03-19)


### Bug Fixes

* bump iOS runtime to 6.17.0 and Android to 11.2.1
([#182](#182))
([a7ca079](a7ca079)),
closes
[#164](#164)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Animations get stuck inside a FlastList

2 participants